home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 2002 November
/
SGI Freeware 2002 November - Disc 2.iso
/
dist
/
fw_hylafax.idb
/
usr
/
freeware
/
catman
/
u_man
/
cat1
/
choptest.Z
/
choptest
Wrap
Text File
|
2002-07-08
|
2KB
|
59 lines
CHOPTEST(${MANNUM1_8}) CHOPTEST(${MANNUM1_8})
NNAAMMEE
choptest - _H_y_l_a_F_A_X page chopping test program
SSYYNNOOPPSSIISS
$${{SSBBIINN}}//cchhoopptteesstt [ _o_p_t_i_o_n_s ] input.tif
DDEESSCCRRIIPPTTIIOONN
_c_h_o_p_t_e_s_t is a program for testing the page chopping sup
port in the _H_y_l_a_F_A_X software (specifically, in the
_f_a_x_q(${MANNUM1_8}) program). _c_h_o_p_t_e_s_t analyzes a TIFF/F
(TIFF Class F) file with 1-D MR- or 2-D MR-encoded data
and reports what the automatic page chopping logic would
do if the file were submitted for transmission. Options
are provided for controlling whether _c_h_o_p_t_e_s_t checks the
last page or all pages of the document, and what whites
pace threshold to use in deciding if a page should be
chopped.
OOPPTTIIOONNSS
--aa Chop all pages in the document. This is equiva
lent to setting the PPaaggeeCChhoopp configuration
parameter to ``all''; c.f. _h_y_l_a_f_a_x_-_c_o_n_
_f_i_g(${MANNUM4_5}). By default only the last
page of the document is considered.
--tt _i_n_c_h_e_s Set the minimum whitespace threshold that must
be present on a page for it to be chopped. This
is equivalent to the PPaaggeeCChhooppTThhrreesshhoolldd configu
ration parameter; c.f. _h_y_l_a_f_a_x_-_c_o_n_f_i_g(${MAN
NUM4_5}). By default _c_h_o_p_t_e_s_t requires that at
least 3 inches of trailing whitespace be pre
sent.
EEXXAAMMPPLLEESS
The following shows a multi-page, high-resolution docu
ment. Each page has insufficient whitespace for it to be
chopped.
hyla% ./choptest -a ~/tiff/pics/faxix.tif
Chop pages with >=3" of white space at the bottom.
Don't chop, found 67 rows, need 588 rows
Don't chop, found 67 rows, need 588 rows
Don't chop, found 67 rows, need 588 rows
Don't chop, found 53 rows, need 588 rows
Don't chop, found 91 rows, need 588 rows
Don't chop, found 99 rows, need 588 rows
Don't chop, found 47 rows, need 588 rows
SSEEEE AALLSSOO
_f_a_x_q(${MANNUM1_8}), _h_y_l_a_f_a_x_-_c_o_n_f_i_g(${MANNUM4_5})
October 3, 1995 CHOPTEST(${MANNUM1_8})